home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6514.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  24 lines

  1. Osc3
  2.  
  3. A periodic function changing gradually from one value to another in each period. By using this function you can model various periodic variables. The input value to this function is typically a time variable. Assume e.g., that you are modeling a production system. The system is operative in periods of length 5 days. After each operative period, the system is idle for 2 days. If a system failure occurs during an operative period, the entire production in this period is lost. The cost of this loss is proportional to the length of the interval between the start of the operative period and the time of the system failure. If a system failure occurs during an idle period, nothing is lost. Such a situation can easily be modeled using the Osc3 function. Let the input value to the Osc3 function be the point of time when the first system failure occurs. Furthermore, let the parameters of the function be defined as follows:
  4.  
  5.     窶彗窶 = The cost of the lost production if the system failure occurs at the end of an operative phase.
  6.  
  7.     窶彙窶 = The cost of the lost production if the system failure occurs during an idle phase, i.e., zero.
  8.  
  9.     窶彡窶 = The point of time when the system enters its first operative phase.
  10.  
  11.     窶彭窶 = The length of an operative period.
  12.  
  13.     窶彳窶 = The length of an idle period.
  14.  
  15. The output value of the function is then the cost of the first lost production.
  16.  
  17. Default parameter values:
  18.     a = 1, b = 0, c = 0, d = 1, e = 1
  19.  
  20. Example:
  21.     a = 60, b = 0, c = 0, d = 5, e = 2
  22.  
  23.     Input = 8.1  =>  Output =     13.2
  24.     Input = 12.5  =>  Output =     0